[Bugfix] Generalize PLE graph and runtime compatibility - #466
Merged
yangzhuxinyzx merged 10 commits intoSep 3, 2026
Merged
Conversation
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
yangzhuxinyzx
marked this pull request as ready for review
September 3, 2026 11:12
This was referenced Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Generalize PLE CPU-offload acceleration beyond the safe C1-only CUDA Graph workaround.
This follows upstream vLLM PLE PR #53899 / commit
4e8b849b8d971f65a264bd61846e846b1134c00d, adapted to the dual MRV1/MRV2 support in 1Cat.Integration base:
ca73a34cd7f3f95bd1f016ed7b8a03c499c10cf4Validated head:
f71300a2a5e4ba45a3aaded9187d688fbbe922ddDuplication check
This is the integration PR for the PLE/graph/runtime compatibility scope. PR #469 is a complementary pre-Ampere Triton fallback launch profile; PR #471 is an optional disk-backed PLE capacity mode. Neither duplicates the concurrent input-staging and graph-shape fixes here.
Test Plan and Result
pytest -q tests/v1/worker/test_gpu_warmup_blocks.py tests/v1/worker/test_ple_offload_worker.pychunked prefill 4096, max-num-seqs 4, prefix cache, Mamba align,
Flash-V100, target and MTP CUDA Graph.
Raw artifacts:
/data/minimax-h3/task-cache/v100-flashnext-pr466-local-20260903/logs/transition-stress-old-profile.txt/data/minimax-h3/task-cache/v100-flashnext-pr466-local-20260903/logs/launcher.logAI assistance
This change was AI-assisted by OpenAI Codex. The human repository owner requested and reviewed the integration scope, authorized the merge, and the commits include DCO sign-off.